DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / CanInsert Method

In This Topic
    CanInsert Method (C1GroupDataCollection<S>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function CanInsert( _
       ByVal index As Integer, _
       ByVal item As S _
    ) As Boolean
    public override bool CanInsert( 
       int index,
       S item
    )

    Parameters

    index
    item
    See Also